home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / textlast.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  142 b   |  6 lines

  1. #ifndef __TEXT_LAST_H_
  2. #define __TEXT_LAST_H_
  3.  
  4. int text_last(char* str);            // returns len after last '\n'
  5.  
  6. #endif __TEXT_LAST_H_